From: Martin Rudalics Date: Wed, 18 Feb 2009 07:41:10 +0000 (+0000) Subject: (flymake): Add defgroup. (Bug#2356) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1719 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=78e572365c56a6b92d397c2461814f34f288b332;p=emacs.git (flymake): Add defgroup. (Bug#2356) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0c2a4bc43b..5ab62500c06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-02-18 Martin Rudalics + + * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356) + 2009-02-18 Glenn Morris * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 81f40d15559..20fd68aa959 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -263,6 +263,11 @@ are the string substitutions (see `format')." (make-variable-buffer-local 'flymake-output-residual) +(defgroup flymake nil + "A universal on-the-fly syntax checker." + :version "23.1" + :group 'tools) + (defcustom flymake-allowed-file-name-masks '(("\\.c\\'" flymake-simple-make-init) ("\\.cpp\\'" flymake-simple-make-init)